home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / demos / VisualAge for Java 2.0 Entry / setup / data1.cab / ide-e / IDE / cache / 7JMA6N (.txt) < prev    next >
Encoding:
Java Class File  |  1998-09-16  |  814 b   |  19 lines

  1. package com.sun.java.swing;
  2.  
  3. import java.awt.event.ActionEvent;
  4. import java.awt.event.ActionListener;
  5.  
  6. class ToolTipManager$outsideTimerAction implements ActionListener {
  7.    // $FF: synthetic field
  8.    ToolTipManager this$0;
  9.  
  10.    public void actionPerformed(ActionEvent e) {
  11.       this.this$0.showImmediately = false;
  12.    }
  13.  
  14.    // $FF: synthetic method
  15.    ToolTipManager$outsideTimerAction(ToolTipManager this$0) {
  16.       this.this$0 = this$0;
  17.    }
  18. }
  19.